CSharpTest.Net
EventHandlerForControl<TEventArgs> Class Members
See Also  Fields  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Delegates Namespace : EventHandlerForControl<TEventArgs> Class


Glossary Item Box

The following tables list the members exposed by EventHandlerForControl<TEventArgs>.

Public Constructors

 NameDescription
Public ConstructorEventHandlerForControl<TEventArgs> ConstructorOverloaded.   
Top

Protected Fields

 NameDescription
Protected Field_controlThe control who's thread we will use for the invoke  
Protected Field_delegateThe delegate to invoke on the control  
Top

Public Methods

 NameDescription
Public MethodEventHandlerHandles the 'magic' of safely invoking the delegate on the control without producing a dead-lock.  
Top

Protected Methods

 NameDescription
Protected MethodOnControlDisposedUsed to handle the condition that a control's handle is not currently available. This can either be before construction or after being disposed.  
Top

Public Operators

public Operator Implicit Type Conversion This object will allow an implicit cast to the EventHandler<T> type for easier use.
Top

See Also

Generated with Document! X 2011 by Innovasys